runtime.pageAlloc.update (method)
8 uses
runtime (current package)
mgcscavenge.go#L770: p.update(addr, uintptr(npages), true, true)
mgcscavenge.go#L805: p.update(addr, uintptr(npages), true, false)
mpagealloc.go#L428: p.update(base, size/pageSize, true, false)
mpagealloc.go#L485: func (p *pageAlloc) update(base, npages uintptr, contig, alloc bool) {
mpagealloc.go#L604: p.update(base, npages, true, true)
mpagealloc.go#L972: p.update(base, npages, true, false)
mpagecache.go#L106: p.update(c.base, pageCachePages, false, false)
mpagecache.go#L168: p.update(c.base, pageCachePages, false, true)
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |